home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / em7sui_1 / em7sui~1.exe / ToolbarTest.wr_ / ToolbarTest.wr
Text File  |  1998-10-22  |  837b  |  29 lines

  1. #VRML V2.0 utf8
  2.  
  3. # Copyright Electrohouse 1998
  4.  
  5. # This file may not be copied, modified or distributed
  6. # in any way which violates the ProtoPak licensing 
  7. # agreement established by Electrohouse.  
  8.  
  9. EXTERNPROTO BrushedMetal [ exposedField SFFloat transparency ] "..\Appearances\MetalMaterials.wrl#color34"
  10.  
  11. EXTERNPROTO em7_Toolbar [
  12.     exposedField SFNode appearance
  13.     exposedField SFColor popUpColor
  14.     field MFString buttonCaptions
  15.     field MFString popupCaptions
  16.     field SFFloat width
  17.     field SFFloat height
  18.     eventOut SFInt32 controlIndexPressed
  19. ] "..\VR_NAV.wrl#em7_Toolbar"
  20.  
  21. em7_Toolbar {
  22.     appearance BrushedMetal {}
  23.     buttonCaptions ["One", "Two", "Three", "", "Four", "", "Five"]
  24.     popupCaptions ["This is the first button", "", "Third button", "", "The fourth toolbar button", "This is the last button"]
  25. }
  26.  
  27.  
  28.  
  29.